home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Development / Source / ARTAbrot 1.1 Source / ARTAbrot - ReadMe < prev    next >
Text File  |  1993-11-22  |  985b  |  26 lines

  1. ARTAbrot - Apple Real-Time Architecture Mandelbrot Program
  2. Version 1.1
  3. by George Warner
  4. 11/22/93
  5. warnergt@aloft.att.com
  6.  
  7. REQUIREMENTS:
  8. 68020 or greater
  9. ARTA equipped Macintosh (Quadra 840av, Centris 660av, or Mac with ARTA 
  10. plug-in board.
  11.  
  12. 1. WHAT IT IS: ARTAbrot is a Mandelbrot program that it uses the AT&T 
  13. DSP3210 in ARTA to perform the intensive Mandelbrot calculations.
  14.  
  15. 2.  SOURCE CODE TOO!  Complete source code is provided.  For those who 
  16. would like some sample ARTA source code (which is scarce at the time of 
  17. this release).  The DSP3210 source code is in file mbrot.s.  All of the host 
  18. DSP function calls are in brotcode.c.  For those of you considering DSP 
  19. programming, take a look at the mbrot.s DSP source code.  This is DSP3210 
  20. assembly code, but it is very much like C code -- one of the very nice 
  21. features of the DSP3210.
  22.  
  23. Release 1.1    11/22/93    Added support for larger windows, resizable windows, 
  24. and background processing.
  25. Release 1.0    08/23/93    First version.
  26.